home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2003 #12 / K-CD-12-2003.ISO / Aida 32 / aida32ee_340.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2003-05-08  |  3.1 KB  |  70 lines

  1. ;InnoSetupVersion=2.0.18
  2. [Setup]
  3. AppName=AIDA32
  4. AppVerName=AIDA32 v3.40
  5. AppId=AIDA32
  6. AppPublisher=Unlimited Possibilities
  7. AppPublisherURL=http://www.aida32.hu
  8. AppSupportURL=http://www.aida32.hu
  9. AppUpdatesURL=http://www.aida32.hu
  10. DefaultDirName={pf}\AIDA32 - Enterprise System Information
  11. DefaultGroupName=AIDA32 - Enterprise System Information
  12. OutputBaseFilename=setup
  13. Compression=zip
  14. PrivilegesRequired=none
  15. AllowNoIcons=yes
  16. WizardImageFile=embedded\WizardImage0.bmp
  17. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  18. [Files]
  19. Source: "{app}\aida32.exe"; DestDir: "{app}"; 
  20. Source: "{app}\aida32.bin"; DestDir: "{app}"; 
  21. Source: "{app}\aida32.dat"; DestDir: "{app}"; 
  22. Source: "{app}\aida32.mem"; DestDir: "{app}"; 
  23. Source: "{app}\aida32.sys"; DestDir: "{app}"; 
  24. Source: "{app}\aida32.vxd"; DestDir: "{app}"; 
  25. Source: "{app}\aida32.web"; DestDir: "{app}"; 
  26. Source: "{app}\aida_directx.dll"; DestDir: "{app}"; 
  27. Source: "{app}\aida_icons.dll"; DestDir: "{app}"; 
  28. Source: "{app}\aida_xpicons.dll"; DestDir: "{app}"; 
  29. Source: "{app}\DB - Access.mdb"; DestDir: "{app}"; 
  30. Source: "{app}\DB - Access97.mdb"; DestDir: "{app}"; 
  31. Source: "{app}\DB - MySQL.sql"; DestDir: "{app}"; 
  32. Source: "{app}\DB - Oracle.sql"; DestDir: "{app}"; 
  33. Source: "{app}\DB - SQL Server.sql"; DestDir: "{app}"; 
  34. Source: "{app}\bg.lng"; DestDir: "{app}"; 
  35. Source: "{app}\ca.lng"; DestDir: "{app}"; 
  36. Source: "{app}\cz.lng"; DestDir: "{app}"; 
  37. Source: "{app}\de.lng"; DestDir: "{app}"; 
  38. Source: "{app}\dk.lng"; DestDir: "{app}"; 
  39. Source: "{app}\es.lng"; DestDir: "{app}"; 
  40. Source: "{app}\fi.lng"; DestDir: "{app}"; 
  41. Source: "{app}\fr.lng"; DestDir: "{app}"; 
  42. Source: "{app}\gl.lng"; DestDir: "{app}"; 
  43. Source: "{app}\hr.lng"; DestDir: "{app}"; 
  44. Source: "{app}\hu.lng"; DestDir: "{app}"; 
  45. Source: "{app}\it.lng"; DestDir: "{app}"; 
  46. Source: "{app}\nl.lng"; DestDir: "{app}"; 
  47. Source: "{app}\no.lng"; DestDir: "{app}"; 
  48. Source: "{app}\pl.lng"; DestDir: "{app}"; 
  49. Source: "{app}\pt.lng"; DestDir: "{app}"; 
  50. Source: "{app}\ro.lng"; DestDir: "{app}"; 
  51. Source: "{app}\ru.lng"; DestDir: "{app}"; 
  52. Source: "{app}\se.lng"; DestDir: "{app}"; 
  53. Source: "{app}\si.lng"; DestDir: "{app}"; 
  54. Source: "{app}\sk.lng"; DestDir: "{app}"; 
  55. Source: "{app}\ua.lng"; DestDir: "{app}"; 
  56. [INI]
  57. FileName: "{app}\aida32.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.aida32.hu"; 
  58. [Run]
  59. Filename: "{app}\aida32.exe"; Description: "Launch AIDA32"; Flags: postinstall skipifsilent nowait
  60. [Icons]
  61. Name: "{group}\AIDA32"; Filename: "{app}\aida32.exe"; 
  62. Name: "{group}\AIDA32 on the Web"; Filename: "{app}\aida32.url"; 
  63. Name: "{userdesktop}\AIDA32"; Filename: "{app}\aida32.exe"; Tasks: desktopicon; 
  64. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\AIDA32"; Filename: "{app}\aida32.exe"; Tasks: quicklaunchicon; 
  65. [Tasks]
  66. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  67. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; 
  68. [UninstallDelete]
  69. Type: files; Name: "{app}\aida32.url"; 
  70.